home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / gdb / doc / gdb-cfg.tex < prev    next >
Encoding:
Text File  |  1994-02-03  |  2.6 KB  |  118 lines

  1. @c GDB MANUAL configuration file.  
  2. @c Copyright (c) 1993 Free Software Foundation, Inc.
  3. @c
  4. @c NOTE: While the GDB manual is configurable (by changing these
  5. @c switches), its configuration is ***NOT*** automatically tied in to
  6. @c source configuration---because the authors expect that, save in
  7. @c unusual cases, the most inclusive form of the manual is appropriate
  8. @c no matter how the program itself is configured.
  9. @c
  10. @c The only automatically-varying variable is the GDB version number,
  11. @c which the Makefile rewrites based on the VERSION variable from
  12. @c `../Makefile.in'.  
  13. @c 
  14. @c GDB version number is recorded in the variable GDBVN
  15. @include GDBvn.texi
  16. @c
  17. @c ----------------------------------------------------------------------
  18. @c PLATFORM FLAGS:
  19. @set GENERIC
  20. @c
  21. @c Hitachi H8/300 target:
  22. @set H8
  23. @c Hitachi H8/300 target ONLY:
  24. @clear H8EXCLUSIVE
  25. @c
  26. @c remote MIPS target:
  27. @set MIPS
  28. @c
  29. @c SPARC target:
  30. @set SPARC
  31. @c
  32. @c AMD 29000 target:
  33. @set AMD29K
  34. @c
  35. @c Intel 960 target:
  36. @set I960
  37. @c
  38. @c Tandem ST2000 (phone switch) target:
  39. @set ST2000
  40. @c
  41. @c Zilog 8000 target:
  42. @set Z8K
  43. @c
  44. @c Lucid "Energize" environment:
  45. @clear LUCID
  46. @c
  47. @c Wind River Systems VxWorks environment:
  48. @set VXWORKS
  49. @c
  50. @c ----------------------------------------------------------------------
  51. @c DOC FEATURE FLAGS:
  52. @c 
  53. @c Include change-from-old?
  54. @set NOVEL
  55. @c
  56. @c Bare-board target?
  57. @clear BARETARGET
  58. @c
  59. @c Restrict languages discussed to C?
  60. @c This is backward.  As time permits, change this to language-specific
  61. @c switches for what to include.
  62. @clear CONLY
  63. @c Discuss Fortran?
  64. @set FORTRAN
  65. @c
  66. @c Discuss Modula 2?
  67. @set MOD2
  68. @c
  69. @c Specifically for host machine running DOS?
  70. @clear DOSHOST
  71. @c
  72. @c Talk about CPU simulator targets?
  73. @set SIMS
  74. @c
  75. @c Is manual stand-alone, or part of an agglomeration, with overall GPL?
  76. @clear AGGLOMERATION
  77. @c
  78. @c Remote serial line settings of interest?
  79. @set SERIAL
  80. @c
  81. @c Discuss features requiring Posix or similar OS environment?
  82. @set POSIX
  83. @c
  84. @c Discuss remote serial debugging stub?
  85. @set REMOTESTUB
  86. @c
  87. @c Discuss gdbserver?
  88. @set GDBSERVER
  89. @c
  90. @c Refrain from discussing how to configure sw and format doc?
  91. @clear PRECONFIGURED
  92. @c
  93. @c Refrain from referring to unfree publications?
  94. @set FSFDOC
  95. @c
  96. @c ----------------------------------------------------------------------
  97. @c STRINGS:
  98. @c
  99. @c Name of GDB program.  Used also for (gdb) prompt string.
  100. @set GDBP gdb
  101. @c 
  102. @c Name of GDB product.  Used in running text.
  103. @set GDBN GDB
  104. @c
  105. @c Name of GDB initialization file.
  106. @set GDBINIT .gdbinit
  107. @c 
  108. @c Name of host.  Should not be used in generic configs, but generic
  109. @c value may catch some flubs.
  110. @set HOST machine specific
  111. @c
  112. @c Name of GCC product
  113. @set NGCC GCC
  114. @c 
  115. @c Name of GCC program
  116. @set GCC gcc
  117.  
  118.